projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8981f05
)
ARM: rmobile: use "select" instead of default value in defconfig
author
Masahiro Yamada
<
[email protected]
>
Tue, 31 Mar 2015 03:47:56 +0000
(12:47 +0900)
committer
Simon Glass
<
[email protected]
>
Sat, 18 Apr 2015 17:11:31 +0000
(11:11 -0600)
Signed-off-by: Masahiro Yamada <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
arch/arm/cpu/armv7/rmobile/Kconfig
patch
|
blob
|
history
configs/alt_defconfig
patch
|
blob
|
history
configs/gose_defconfig
patch
|
blob
|
history
configs/koelsch_defconfig
patch
|
blob
|
history
configs/lager_defconfig
patch
|
blob
|
history
configs/porter_defconfig
patch
|
blob
|
history
configs/silk_defconfig
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/rmobile/Kconfig
b/arch/arm/cpu/armv7/rmobile/Kconfig
index 2b333a3d467443f6aad669cd58e75aa22f9925aa..57dcceccc7cea3390a898e4b2298bb4fd882340c 100644
(file)
--- a/
arch/arm/cpu/armv7/rmobile/Kconfig
+++ b/
arch/arm/cpu/armv7/rmobile/Kconfig
@@
-8,24
+8,36
@@
config TARGET_ARMADILLO_800EVA
config TARGET_GOSE
bool "Gose board"
+ select DM
+ select DM_SERIAL
config TARGET_KOELSCH
bool "Koelsch board"
+ select DM
+ select DM_SERIAL
config TARGET_LAGER
bool "Lager board"
+ select DM
+ select DM_SERIAL
config TARGET_KZM9G
bool "KZM9D board"
config TARGET_ALT
bool "Alt board"
+ select DM
+ select DM_SERIAL
config TARGET_SILK
bool "Silk board"
+ select DM
+ select DM_SERIAL
config TARGET_PORTER
bool "Porter board"
+ select DM
+ select DM_SERIAL
endchoice
diff --git
a/configs/alt_defconfig
b/configs/alt_defconfig
index ff872302b4d7f36951e89b829e60eb4f42a55fe6..0a18409bf238eaaade25f1e06fc1072a8e6c3638 100644
(file)
--- a/
configs/alt_defconfig
+++ b/
configs/alt_defconfig
@@
-1,6
+1,4
@@
CONFIG_ARM=y
CONFIG_RMOBILE=y
CONFIG_TARGET_ALT=y
-CONFIG_DM=y
-CONFIG_DM_SERIAL=y
CONFIG_SH_SDHI=y
diff --git
a/configs/gose_defconfig
b/configs/gose_defconfig
index 353f854a40a68fc21f1b577514dbc33988fc1235..b6054f711ab4ec9418d555cc048701c83c3fba53 100644
(file)
--- a/
configs/gose_defconfig
+++ b/
configs/gose_defconfig
@@
-1,6
+1,4
@@
CONFIG_ARM=y
CONFIG_RMOBILE=y
CONFIG_TARGET_GOSE=y
-CONFIG_DM=y
-CONFIG_DM_SERIAL=y
CONFIG_SH_SDHI=y
diff --git
a/configs/koelsch_defconfig
b/configs/koelsch_defconfig
index b1e35299f5fbacbb20e11e3c1546e8d0357912df..7ab2bfd213aca3cb624199ea9eeedb9b83e77954 100644
(file)
--- a/
configs/koelsch_defconfig
+++ b/
configs/koelsch_defconfig
@@
-1,6
+1,4
@@
CONFIG_ARM=y
CONFIG_RMOBILE=y
CONFIG_TARGET_KOELSCH=y
-CONFIG_DM=y
-CONFIG_DM_SERIAL=y
CONFIG_SH_SDHI=y
diff --git
a/configs/lager_defconfig
b/configs/lager_defconfig
index 950b037eb8c28b24cd041ed7624acc972e453c83..08adfe365464ba47917f2b590631617b876d1097 100644
(file)
--- a/
configs/lager_defconfig
+++ b/
configs/lager_defconfig
@@
-1,6
+1,4
@@
CONFIG_ARM=y
CONFIG_RMOBILE=y
CONFIG_TARGET_LAGER=y
-CONFIG_DM=y
-CONFIG_DM_SERIAL=y
CONFIG_SH_SDHI=y
diff --git
a/configs/porter_defconfig
b/configs/porter_defconfig
index 8d594d97df25dff120c5bc16277403761869bb08..a7b044e45278e58ba19cd6df58be8ff3a694802d 100644
(file)
--- a/
configs/porter_defconfig
+++ b/
configs/porter_defconfig
@@
-1,6
+1,4
@@
CONFIG_ARM=y
CONFIG_RMOBILE=y
CONFIG_TARGET_PORTER=y
-CONFIG_DM=y
-CONFIG_DM_SERIAL=y
CONFIG_SH_SDHI=y
diff --git
a/configs/silk_defconfig
b/configs/silk_defconfig
index 23d4f5849cd38bce98d87f47e62c9ec7aa098397..3c6f16ec00fd6b40f2fb75b1bf6e1c46451cd30e 100644
(file)
--- a/
configs/silk_defconfig
+++ b/
configs/silk_defconfig
@@
-1,6
+1,4
@@
CONFIG_ARM=y
CONFIG_RMOBILE=y
CONFIG_TARGET_SILK=y
-CONFIG_DM=y
-CONFIG_DM_SERIAL=y
CONFIG_SH_SDHI=y